inherited TweaksDialog: TTweaksDialog Left = 273 Top = 188 Caption = 'Tweaks' ClientHeight = 498 ClientWidth = 448 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OkBtn: TUiButton Left = 207 Top = 468 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = ApplyClick AutoSize = asRight end object CancelBtn: TUiButton Left = 287 Top = 468 Cancel = True Caption = 'Cancel' ModalResult = 1 TabOrder = 1 AutoSize = asRight end object ApplyBtn: TUiButton Left = 367 Top = 468 Caption = '&Apply' TabOrder = 2 OnClick = ApplyClick AutoSize = asRight end end